@import url('fonts.css');
html {
  overflow-x: hidden;
  font-family:"SourceHanSansCN-Regular";
}
.flight-list {
  position: relative;
}

.flight-list .flight-top {
  background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
  padding: 40px 0 50px 0;
}

.flight-list .flight-top-font {
  text-align: center;
  padding-top: 50px;
}

.flight-list .flight-top-font .flight-top-h3 {
  font-size: 40px;
  line-height: 55px;
  color: #373737;
  margin-top: 4px;
  margin-bottom: 4px;
}

.flight-list .flight-top-font .flight-top-h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #898a8e;
  font-weight: lighter;
  margin-bottom: 25px;
}

.flight-list .flight-top-font .flight-top-dec,
.flight-list .flight-top-font .flight-top-dec p {
  font-size: 18px;
  line-height: 28px;
  color: #898a8e;
  font-weight: lighter;
}

.flight-list .flight-bot {
  margin: 50px auto 50px auto;
}

.flight-list .flight-bot .flight-bot-ul {
  width: 76.5%;
  margin: 0 auto;
}

.flight-list .flight-bot .flight-bot-ul li {
  width: 48.2%;
  height: 120px;
  border: solid 1px #cacaca;
  margin-right: 35px;
  border-radius: 16px;
}

.flight-list .flight-bot .flight-bot-ul li:last-child {
  margin-right: 0px;
}

.flight-list .flight-bot .flight-bot-ul li:hover,
.flight-list .flight-bot .flight-bot-ul li.cur {
  box-shadow: 0px 2px 2px 0px rgb(226 33 28 / 23%);
  border: solid 3px #e2211c;
}

.flight-list .flight-bot .flight-bot-ul:last-child {
  margin-right: 0px;
}

.flight-list .flight-bot .flight-bot-ul li a {
  width: 100%;
  height: 100%;
  padding: 35px 10px 30px 10px;
  display: block;
}

.flight-list .flight-bot .flight-bot-a h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  color: #313131;
  margin-bottom: 4px;
}

.flight-list .flight-bot .flight-bot-a p {
  font-size: 18px;
  text-align: center;
  color: #898a8e;
}

.flight-list .flight-list-more {
  width: 201px;
  height: 40px;
  background-color: #313131;
  border-radius: 5px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 50px auto 0 auto;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.flight-list .flight-list-more:hover {
  background: #e60012;
}

.flight-list .flight-bot-cont li {
  display: none;
}

.flight-list .flight-bot-cont li:first-child {
  display: block;
}

.flightxfj-list {
  position: relative;
}

.flightxfj-list .flightxfj-list-top {
  background-image: linear-gradient(180deg, #fdfbfb 0%, #ebedee 100%);
  padding: 162px 0 206px 0;
  position: relative;
}

.flightxfj-list .flightxfj-list-topLeft {
  width: 34%;
}

.flightxfj-list .flightxfj-list-topRight {
  width: 66%;
}

.flightxfj-list .flightxfj-topLeft-h3 {
  font-size: 46px;
  line-height: 55px;
  color: #242424;
  font-weight: bold;
}

.flightxfj-list .flightxfj-topLeft-dec {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #373737;
  margin-top: 15px;
}

.flightxfj-list .flightxfj-topLeft-a {
  margin-top: 45px;
}

.flightxfj-list .flightxfj-topLeft-a a {
  width: 140px;
  height: 50px;
  border: solid 1px #46494b;
  border-radius: 25px;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  display: block;
  margin-right: 24px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.flightxfj-list .flightxfj-topLeft-a a:hover {
  background-color: #e60012;
  border: solid 1px #e60012;
  border-radius: 25px;
  color: #fff;
}

.flightxfj-list .flightxfj-topLeft-a a:last-child {
  margin-right: 0px;
}

.flightxfj-list .flightxfj-list-topRight img {
  text-align: right;
  margin: 0;
  float: right;
}

.flightxfj-list .flightxfj-list-pcmenu {
  background: #fff;
  padding: 23px 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.flightxfj-list .flightxfj-list-pcmenuFixed {
  position: fixed;
  top: 0px;
  left: 0;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 100;
}

.needFixedTop {
  width: 100%;
  max-width: initial;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transition: all 0.5s;
}

.flightxfj-list .flightxfj-list-pcmenu .flightxfj-list-menuLeft {
  width: 30%;
}

.flightxfj-list .flightxfj-list-pcmenu .flightxfj-list-menuLeft h3 {
  font-size: 20px;
  line-height: 21px;
  color: #090909;
}

.flightxfj-list .flightxfj-list-pcmenu .flightxfj-list-menuRight {
  width: 70%;
}

.flightxfj-list .flightxfj-list-pcmenu .flightxfj-list-menuRight li {
  width: auto;
  margin-left: 26px;
}

.flightxfj-list
  .flightxfj-list-pcmenu
  .flightxfj-list-menuRight
  li:first-child {
  margin-left: 0px;
}

.flightxfj-list .flightxfj-list-pcmenu .flightxfj-list-menuRight a {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: right;
  color: #666666;
  line-height: 21px;
}

.flightxfj-list .flightxfj-list-pcmenu .flightxfj-list-menuRight li:hover a,
.flightxfj-list
  .flightxfj-list-pcmenu
  .flightxfj-list-menuRight
  li
  a.tab-active {
  color: #e60012;
}

.flightxfj-list .flightxfj-list-mobilemenu {
  display: none;
}

.flightxfj-list .flightxfj-swiper {
  margin-top: 10px;
  position: relative;
}

.flightxfj-list .flightxfj-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.flightxfj-list .flightxfj-swiper .flightxfj-swiper-img {
  width: 100%;
}

.flightxfj-list .flightxfj-swiper .flightxfj-swiper-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.flightxfj-list .flightxfj-swiper .swiper-slide:hover .flightxfj-swiper-img img,
.flightxfj-list
  .flightxfj-zcjx
  .flightxfj-zcjx-ul
  li:hover
  .flightxfj-zcjx-img
  img,
.flighthyj-list
  .flighthyj-swiper
  .swiper-slide:hover
  .flighthyj-swiper-img
  img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.flightxfj-list .flightxfj-swiper .flight-swiper-font {
  position: absolute;
  top: 128px;
  left: 104px;
  right: 104px;
}

.flightxfj-list .flightxfj-swiper .flight-swiper-fontH3 {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 22px;
}

.flightxfj-list .flightxfj-swiper .flight-swiper-fontDec {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.flightxfj-list .flightxfj-swiper .swiper-button-next {
  background: url(../images/sxf-next.png) rgba(255, 255, 255, 0) no-repeat
    center center;
  right: 18.5%;
  left: auto;
}

.flightxfj-list .flightxfj-swiper .swiper-button-prev {
  background: url(../images/sxf-prev.png) rgba(255, 255, 255, 0) no-repeat
    center center;
  left: 18.5%;
  right: auto;
}

.flightxfj-list .flightxfj-swiper .swiper-button-prev,
.flightxfj-list .flightxfj-swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.flightxfj-list .flightxfj-swiper .swiper-button-prev:hover {
  background: url(../images/sxf-prev.png) rgba(0, 0, 0, 0.1) no-repeat center
    center;
}

.flightxfj-list .flightxfj-swiper .swiper-button-next:hover {
  background: url(../images/sxf-next.png) rgba(0, 0, 0, 0.1) no-repeat center
    center;
}

.flightxfj-list .flightxfj-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.4;
  border-radius: initial;
}

.flightxfj-list .flightxfj-swiper .swiper-pagination-bullet-active {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 1;
}

.flightxfj-list
  .flightxfj-swiper
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.flightxfj-list .flightxfj-swiper .swiper-pagination-custom,
.flightxfj-list .flightxfj-swiper .swiper-pagination-fraction {
  bottom: 30px;
}

.flightxfj-list .flightxfj-zcjx {
  padding-top: 40px;
  position: relative;
  background: #fff;
  margin-top: 10px;
}

.flightxfj-list .flightxfj-zcjx .flightxfj-zcjx-ul {
  width: 100%;
  margin-top: 68px;
  padding: 0 100px;
}

.flightxfj-list .flightxfj-zcjx .flightxfj-zcjx-img {
  min-height: 86px;
  overflow: hidden;
}

.flightxfj-list .flightxfj-zcjx .flightxfj-zcjx-ul li {
  flex: 1;
}

.flightxfj-list .flightxfj-zcjx .flightxfj-zcjx-ul li .flightxfj-zcjx-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.flightxfj-list .flightxfj-zcjx .flightxfj-zcjx-font {
  margin-top: 55px;
}

.flightxfj-list .flightxfj-zcjx .flightxfj-zcjx-fontH3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 13px;
  color: #000000;
}

.flightxfj-list
  .flightxfj-zcjx
  .flightxfj-zcjx-ul
  li:hover
  .flightxfj-zcjx-fontH3 {
  color: #e2211c;
}

.flightxfj-list .flightxfj-zcjx .flightxfj-zcjx-fontDec {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #000000;
}

.flightxfc-tit h3 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 55px;
  letter-spacing: 1px;
  color: #000000;
}

.flightxfj-list .flightxfj-font {
  background: #fff;
  position: relative;
  padding-top: 70px;
  padding-bottom: 45px;
}

.flightxfj-list .flightxfj-font dl {
  display: none;
}

.flightxfj-list .flightxfj-font dl:first-child {
  display: block;
}

.flightxfj-list .flightxfj-font dt,
.flightxfj-list .flightxfj-font dd {
  font-size: 14px;
  line-height: 26px;
  color: #434343;
}

.flightxfj-list .flightxfj-font dd {
  position: relative;
  padding-left: 5px;
}

.flightxfj-list .flightxfj-font dd::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #434343;
}

.mainer {
  font-family: 'SourceHanSansCN-Regular', 'Arial', '微软雅黑', 'sans-serif',
    'microsoft yahei';
  --font-size-h2: 0.68rem;
  --font-size-24: 0.24rem;
  --font-size-20: 0.2rem;
}

@media screen and (max-width: 1000px) {
  .mainer {
    --font-size-h2: 0.56rem;
    --font-size-24: 15px;
    --font-size-20: 14px;
  }
}
.po-title {
  font-size: var(--font-size-h2);
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
  line-height: 1.67;
}
.po-desc {
  font-size: var(--font-size-24);
  color: #898989;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}
.p-24 {
  font-size: var(--font-size-24);
  color: #595757;
  line-height: 1.7;
}
.p-20 {
  font-size: var(--font-size-20);
  color: #595757;
  line-height: 1.7;
}
.mshow {
  display: none;
}
.pcshow {
  display: block;
}
@media screen and (max-width: 1000px) {
  .mshow {
    display: block;
  }
  .pcshow {
    display: none;
  }
}

.po-banner {
  position: relative;
  overflow: hidden;
}
.po-banner img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
	 
}
@keyframes restore {
    0% {
        transform: scale(1.2)  rotate(1deg);
        filter: blur(2px);
    }
	50%{
		transform: scale(1.1) translate(10px ,10x)  rotate(0);
	}
    100% {
        transform: scale(1) translate(0 ,0)  rotate(0);
        filter: blur(0);
    }
}
.po-banner .title-box {
  position: absolute;
  top: 0.97rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.po-banner .title-box .po-title {
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
  line-height: 1;
  color: #000000;
}


.po-banner .title-box .po-desc {
  text-align: center;
  font-size: 0.33rem;
  color: #000000;
}

.po-banner .title-box .title-img {
  text-align: center;
  margin-bottom: 0.3rem;
}
.po-banner .title-box .title-img img{
  height: 0.52rem;
  width: auto;
}
.po-banner .modle1 {
  position: absolute;
  top: 39%;
  left: 23%;
  width: 5.3rem;
}
.po-banner .modle2{
  position: absolute;
  top: 12%;
  right:  17.5%;
  width: 8.2rem;
}


/* part1 */
.po-part1 {
  background: #f9f9f9;
  padding: 1.1rem 0 1.5rem;
}
.po1-txt {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-weight: 400;
}
.po-part1 .po1-txt{
  text-align: justify;
}
.po-layout1 {
  display: grid;
  grid-template-columns: auto auto auto auto ;
  gap: 0.9rem 20px;
  padding: 0 calc((100% - 1180px) / 2);
  margin-top: 1.18rem;
}
.po-layout1 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.po-layout1 .item .po-imgbox {
  height: 80px;
  margin-bottom: 0.2rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
 justify-content: center;
}
.po-layout1 .item .po-imgbox img {
  max-height: 100%;
  height: 80px;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10%);
    }
}
.po-layout1 .txt {
  color: #221815;
  font-size: var(--font-size-20);
  transition: all .5s;
}
@media screen and (max-width: 1000px) {
  .po-part1 {
    padding: 0.7rem 0 1rem;
  }
  .po-layout1 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    gap: 0.8rem 0.3rem;
  }
  .po-layout1 .item .po-imgbox {
    margin-bottom: 0.6rem;
  }
  .po-banner .modle1,.po-banner .modle2 {
   display: none;
}
.po-banner .title-box .title-img img{
  height:auto;
  width: auto;
}
.po-banner .title-box .title-img {
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
}
}
/* part2 */
.po-part2 {
  background: #f5f5f5;
  padding: 1rem 0 1.1rem;
}
.po-part2 .po-desc {
  max-width: 990px;
  margin: 0 auto;
}
.po-part2 .po-imgbox {
  margin: 0.55rem auto 0;
  width: 1280px;
  max-width: 90%;
}
.po-part2 .po-imgbox img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .po-part2 {
    padding: 0.9rem 0 0;
  }
  .po-part2 .w1280 {
    width: 100%;
    max-width: 100%;
  }
  .po-part2 .t-box {
    padding: 0 7%;
  }

  .po-part2 .po-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .po-desc {
    line-height: 1.71;
    position: static;
    transform: translate(0,0);
  }
  .po-title {
    line-height: 1;
  }
  .po-part2 .po-desc {
    margin-top: 0.5rem;
  }
}
/* part3 */
.po-part3 {
  background: #f5f5f5;
  padding: 1rem 0 1.28rem;
}
.po-part3 .po-title {
  margin-bottom: 0.1rem;
}
.po-part3 .po-desc {
  max-width: 1067px;
  margin: 0 auto;
}
.po-part3 .po-imgbox {
  margin: 0.6rem auto 0;
  width: 1280px;
  max-width: 90%;
  
}
.po-part3 .po-imgbox img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .po-part3 {
    padding: 50px 0 50px;
  }
  .po-part3 .w1280 {
    width: 100%;
    max-width: 100%;
  }
  .po-part3 .t-box {
    padding: 0 8.5%;
  }

  .po-part3 .po-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .po-part3 .po-desc {
    margin: 0.55rem 0 0.75rem;
  }
}
/* part4 */
.po-part4 {
  background: #f9f9f9;
  padding: 1rem 0 0.6rem;
}
.po-part4 .po-title {
  margin-bottom: 0.1rem;
}
.po-part4 .po-desc {
  max-width:1097px;
  margin: 0 auto;
}
.po-part4 .po-imgbox {
  margin: 0.45rem auto 0;
  width: 1280px;
  max-width: 90%;
}
.po-part4 .po-imgbox img {
  width: 100%;
 
}
@media screen and (max-width: 1000px) {
  .po-part4 {
    padding: 0.65rem 0 0;
  }
  .po-part4 .w1280 {
    width: 100%;
    max-width: 100%;
  }
  .po-part4 .t-box {
    padding: 0 7%;
  }

  .po-part4 .po-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .po-part4 .po-desc {
    margin: 0.38rem 0 0.58rem;
  }
}
/* par5 */
.po-part5 {
  background: #f5f5f5;
  padding: 1rem 0 0.96rem;
}
.po-part5 .po-title {
  margin-bottom: 0.1rem;
}
.po-part5 .po-desc {
  margin: 0 auto;
}
.po-part5 .po-imgbox {
  margin: 0.9rem auto 0;
  width: 1280px;
  max-width: 90%;
}
.po-part5 .po-imgbox img {
  width: 100%;

}

@media screen and (max-width: 1000px) {
  .po-part5 {
    padding: 0.84rem 0 0;
  }
  .po-part5 .w1280 {
    width: 100%;
    max-width: 100%;
  }
  .po-part5 .t-box {
    padding: 0 10%;
  }

  .po-part5 .po-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .po-part5 .po-desc {
    margin: 0.4rem 0 0.5rem;
  }
  .po-part5 .po-imgbox {
    margin-top: 0.5rem;
  }
}
/* par6 */
.po-part6 {
  background: #f9f9f9;
  padding: 0.9rem 0 1.1rem;
}
.po-part6 .po-title {
  margin-bottom: 0.1rem;
}
.po-part6 .po-desc {
  margin: 0 auto;
  max-width: 935px;
}
.po-layout2 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.po-layout2 .pos {
  position: absolute;
}
.po-layout2 .pos .tit {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 2;
}
.po-layout2 .pos .p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #9fa0a0;
  line-height: 1.8;
}
.po-layout2 .pos1 {
  left: -0.2rem;
 top: 2.3rem;
  transform: translateX(-100%);
}
.po-layout2 .pos2 {
  right: -1.8rem;
  top:2.3rem;
  transform: translateX(100%);
}
.po-layout2 .pos1::before {
  position: absolute;
  content: '';
  height: 2px;
  background: #7c7c7c;
  top: 0.9rem;
  width: 2.9rem;
  right: -1.8rem;
}
.po-layout2 .pos2::before {
  position: absolute;
  content: '';
  height: 2px;
  background: #7c7c7c;
  top: 0.9rem;
  width: 2.7rem;
  left: -3.1rem;
}
.po-layout2 .mid {
  position: relative;
  max-width:6rem;
  margin: 0 auto;
}
.po-layout2 .mid::after,
.po-layout2 .mid::before {
 
}
.po-layout2 .mid::after {
  width: 3rem;
  transform: translateX(-30%);
  left: 0;
}
.po-layout2 .mid::before {
  width: 3.16rem;
  right: 0;
  transform: translateX(45%);
}
@media screen and (max-width: 1000px) {
  .po-part6 {
    padding: 0.9rem 0 0;
  }

  .po-part6 .t-box {
    margin-bottom: 0.5rem;
  }
  .po-part6 .po-title {
    margin-bottom: 0.3rem;
  }
  .po-layout2 .mid::after,
  .po-layout2 .mid::before {
    display: none;
  }
  .po-layout2 .pos {
    position: static;
    transform: translate(0);
    width: 100%;
  }
  .po-layout2 .f-box {
    display: flex;
    margin-top: 0.7rem;
    width: 100%;
  }
  .po-layout2 .pos .tit {
    font-size: 16px;
  }
  .po-layout2 .pos .p {
    font-size: 14px;
  }
  .po-layout2 .pos1 {
    margin-right: 10px;
  }
  .po-layout2 .pos1::before ,
  .po-layout2 .pos2::before {
    display: none;
  }

.po-layout2 .pos .tabbox{
    display: flex;
    align-items: center;
    border-bottom:  1px solid #9fa0a0;
  }
  .po-layout2 .pos .tabbox .tit{
    color: #9fa0a0;
    position: relative;
    margin-right: 64px;
  }
  .po-layout2 .pos .tabbox .tit::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px ;
    background-color: transparent;
    border-radius: 3px;
    bottom: -1px;
    left: 0;
  }
  .po-layout2 .pos .tabbox .tit.on::after{
    background-color: #9fa0a0;
  }
  .po-layout2 .pos .tabbox .tit.on{
    color: #3e3a39;
  }
  .po-layout2 .pos .showbox{
    margin-top: 20px;
  }
  .po-layout2 .pos .showbox .p-box{
    display: none;
  }
  .po-layout2 .pos .showbox .p-box.on{
    display: block;
  }
  .po-layout2{
    width: 100%;
  }
}

/* par7 */
.po-part7 {
  background: #f9f9f9;
  padding: 1.1rem 0 1rem;
}
.po-part7 .po-title {
  margin-bottom: 0.1rem;
}
.po-part7 .po-desc {
  margin: 0 auto;
  max-width: 1070px;
}
.po-layout3 {
  margin-top: 0.75rem;
  width: fit-content;
  position: relative;
 margin-left:15%;
}
.po-layout3 .pos {
  position: absolute;
}
.po-layout3 .pos .tit {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 2;
}
.po-layout3 .pos .p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #9fa0a0;
  line-height: 1.8;
}

.po-layout3 .pos2 {
  right: -2.4rem;
  bottom: 0.8rem;
  transform: translateX(100%);
}
.po-layout3 .mid {
  position: relative;
  max-width: 5.8rem;
  margin: 0 auto;
}
.po-layout3 .pos2::after {
  position: absolute;
  content: '';
  height: 2px;
  background: #7c7c7c;
  top: 56%;
  width: 3.3rem;
  left: -4.8rem;
}

@media screen and (max-width: 1200px) {
  .po-layout3{
    margin-left: 16%;
  }
  .po-layout3 .pos2::after{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .po-part7 {
    padding: 0.9rem 0 0.5rem;
  }

  .po-part7 .t-box {
    margin-bottom: 0.5rem;
  }
  .po-layout3 {
    margin: 0 auto;
  }
  .po-layout3 .mid::after {
    display: none;
  }
  .po-layout3 .pos {
    position: static;
    transform: translate(0);
    margin-top: 0.8rem;
  }
  .po-layout3 .pos .tit {
    font-size: 16px;
    text-align: center;
  }
  .po-layout3 .pos .p {
    font-size: 14px;
    text-align: center;
  }
}

/* part8 */
.po-part8 {
  padding:0.9rem 0 0;
  background: #f9f9f9;
}
.po-part8 .t-box {
  position: relative;
}
.po-part8 .t-box {
  padding-bottom: 0.1rem;
}
.po-part8 .t-box br {
  display: none;
}
.po-part8 .po-desc {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 100%);
  max-width: 1080px;
  left: 50%;
}
.po-part8 .po-imgbox {
  max-width: 7.8rem;
  margin: 0.8rem auto 0;
}
.po-part8 .threelist{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  padding: 0 1.06rem;
}
.po-part8 .threelist .imgbox img{
  width: 100%;
}
.po-part8 .threelist .imgbox {
  width: 100%;
}
.po-part8 .threelist .h3{
  color: #3e3a39;
  font-size: 0.28rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .po-part8 {
    padding: 0.3rem 0 0.38rem;
  }
  .po-part8 .t-box br {
    display: block;
  }
  .po-part8 .t-box .po-title {
    line-height: 1.5;
    padding-bottom: 0.2rem;
  }
  .po-part8 .po-imgbox {
    max-width: 90%;
    margin-top: 0;
  }
  .po-part8 .po-desc {
    position: static;
    transform: translate(0,0);
    left: 0;
}

}

/* part9 */
.po-part9 {
  padding: 1.15rem 27px;
  background: #f9f9f9;
}
.po-layout4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px;
  margin-top: 0.6rem;
}
.po-layout4 .item{
	width: 100%;
}
.po-layout4 .t-box {
	overflow: hidden;
}
.po-layout4 .t-box img {
  width: 100%;
  transition:  all 0.5s;
}
.po-layout4 .t-box:hover img {
  transform: scale(1.1);
}
.po-layout4 .b-box {
  padding: 0.5rem 0;
}
.po-layout4 .b-box .tit {
  font-size: 0.28rem;
  color: #3e3a39;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2rem;
}
.po-layout4 .b-box .txt {
  font-size: var(--font-size-20);
  color: #616264;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .po-part9{
    padding: 0.7rem 5% 0.6rem;
  }
  .po-layout4{
    margin-top: 0.35rem;
  }
  .po-layout4 .b-box {
    padding:  0.4rem 0 0.6rem;
  }
  .po-layout4 .swiper-pagination{
    bottom: 0 !important;
  }
  .po-layout4 .b-box .tit{
    font-size: 16px;
  }
  .po-layout4 .b-box .txt{
    font-size: 16px;
  }
}
.swiper-pagination-bullet{
  background: #E7E6E6;
  width: 8px ;
  height: 8px;
  margin: 0 10px;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #8B8A8A;
}
/* part10 */
.po-part10 {
  padding: 1.15rem 27px;
  background: #f5f5f5;
}
.po-layout5 {
  margin-top: 0.6rem;
}

.po-layout5 .swiper-slide {
  width: 922px;
  /* max-width: 60%; */
  cursor: pointer;
}

.po-layout5 .swiper-slide .map {
  position: relative;
}
.po-layout5 .swiper-slide .map::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0.75;
}
.po-layout5 .swiper-slide.swiper-slide-active .map::after {
  opacity: 0;
}
.po-layout5 .swiper-slide .txt-box {
  padding: 0.7rem 0 0.2rem;
  opacity: 0;
}
.po-layout5 .swiper-slide.swiper-slide-active .txt-box {
  opacity: 1;
}
.po-layout5 .swiper-slide .txt-box h5 {
  color: #3e3a39;
  font-size: 0.28rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.po-layout5 .swiper-slide .txt-box p {
  color: #9fa0a0;
  font-size: var(--font-size-20);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .po-part10 {
    padding: 0.5rem 5%  0.4rem;
    background: #f5f5f5;
  }
  .po-layout5 .swiper-slide{
    width: 100%;
    max-width: 100%;
  }
  .po-layout5 .swiper-slide .txt-box{
    padding: 0;
    margin: 0.5rem 0 0.8rem;
  }
  .po-layout5 .swiper-slide .txt-box h5{
    font-size: 16px;
  }
  .po-layout5 .swiper-slide .txt-box p{
    font-size: 16px;
  }
}
/* part11 */
.po-part11 {
  padding: 1.15rem 0 1.46rem;
  background: #f9f9f9;

}

.po-layout6 {
  padding: 1.29rem 1.35rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.po-layout6 .item {
  background: #f5f5f5;
  border-radius: 0.3rem;
  padding: 0.9rem 0.46rem 0.46rem;
}
.po-layout6 .item .po-imgbox {
  margin: 0 auto 0.5rem;
  width: 1.75rem;
}
.po-layout6 .item .po-imgbox img{
 transition: all 0.5s;
}
.po-layout6 .item:hover .po-imgbox img{
 transform: translateY(-15px);
}
.po-layout6 .item .txt-box .tit {
  font-size: 0.28rem;
  line-height: 1.2;
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 0.2rem;
}
.po-layout6 .item .txt-box .p {
  font-size: var(--font-size-20);
  line-height: 1.6;
  color: #9fa0a0;
  text-align: center;
  margin-bottom: 0.1rem;
}
.po-layout6 .item .txt-box .p2 {
  font-size:14px;

}
@media screen and (max-width: 1000px) {
  .po-part11 {
    padding: 50px 0  0.7rem;
    background: #f5f5f5;
  }
  .po-layout6 {
    padding: 0.8rem 1rem;
    grid-template-columns: repeat(1,1fr);
    gap: 0.46rem;
  }
  .po-layout6 .item{
    padding:0.8rem 16px 0.5rem;
    background: #fff;
  }
  .po-layout6 .item .txt-box .tit{
    font-size: 18px;
  }
  .po-layout6 .item .txt-box .p{
    font-size: 16px;
  }
  .po-layout6 .item .txt-box .p2{
    font-size: 12px;
  }
}
/* part12 */
.po-part12 {
  position: relative;
}
.po-part12 img{
	width: 100%;
}
.po-layout7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem 0 2rem;
}
.outbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 60%;
}
.outbox .tit-box {
  padding: 0 5%;
}
.canshu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
}
.canshu .item .tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
}
.canshu .item .txt {
  font-size: var(--font-size-24);
  color: #898989;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .po-layout7 {
    padding: 0.8rem 0 0.8rem;
  }
  .outbox{
    max-width: 100%;
    
  }
  .outbox .tit-box{
    padding: 0;
  }
  .po-layout7 .outbox {
    justify-content: flex-start;
    
  }
  .po-layout7 .po-desc{
    margin: 0.5rem 0 0.6rem;
  }
  .canshu{
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;

  }
}







/* part1 */
.po-part13 {
  position: relative;
}
.po-layout8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.95rem 0;
}
.po-layout8 .po-title {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1000px) {
  .po-layout8 {
    padding: 0.8rem 0 0.8rem;
  }
  .po-layout8 .po-desc{
    margin-top: 0.5rem;
  }
}





/* part14 */
.po-part14 {
  position: relative;
}
.po-layout9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0 0.9rem;
}
.po-layout9 .po-title {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1000px) {
  .po-layout9 {
    padding: 0.8rem 0 0.4rem;
  }
  .po-layout7 .po-desc{
    margin: 15px 0 20px;
  }
  .po-layout9 .canshu{
    
    gap: 0.3rem;

  }
}

/* part15 */
.po-part15 {
  padding: 0.7rem 0 1.45rem;
  background: #f9f9f9;
}
.po-part15 .tit-box {
  margin-bottom: 0.2rem;
}
.po-layout10 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.3rem;
}
.po-layout10 .item {
  background: #f2f2f2;
  display: flex;
  padding: 0.3rem;
  align-items: center;
}
.po-layout10 .item .ri-box{
  flex: 1;
}
.po-layout10 .item .ri-box .tit {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: bold;
  color: #3e3a39;
  margin-bottom: 0.22rem;
}
.po-layout10 .item .ri-box .txt {
  font-size: var(--font-size-20);
  color: #9fa0a0;
  line-height: 2;
}
.po-layout10 .item .ri-box .txt .small{
  font-size: 0.14rem;
}
.po-layout10 .item .po-imgbox {
  width: 2.26rem;
  margin-right: 1.3rem;
  margin-left: 0.7rem;
}
@media screen and ( max-width:1000px){
  .po-part15{
    padding: 0.8rem 0 0.7rem;
  }
  .po-layout10{
    margin-top: 0.5rem;
    gap:20px;
  }
  .po-layout10 .item{
    border-radius: 0.2rem;
    flex-direction: column;
    padding: 0.53rem 20px;
  }
  .po-layout10 .item .ri-box .txt{
    font-size: 12px;
  }
  .po-layout10 .item .po-imgbox{
    margin: 0 0 0.4rem;
  }
  .po-layout10 .item .ri-box .txt .small{
    font-size: 10px;
  }
}
/* part16 */
.po-part16 {
  padding: 0.7rem 0 1.15rem;
  background: #f5f5f5;
}
.po-part16 .tit-box {
  margin-bottom: 0.5rem;
}
.po-layout11 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.38rem;
}
.po-layout11 .item {
}
.po-layout11 .item .tit {
  font-size: var(--font-size-24);
  line-height: 1;
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
  margin: 0.3rem 0;
}

.po-layout11 .item .po-imgbox {
}

@media screen and ( max-width:1000px){
  .po-part16{
    padding: 0.5rem 0 0.5rem;
  }
  .po-layout11{
    grid-template-columns: repeat(1,1fr);
  }
  .po-layout11 .item .tit{
    font-size: 16px;
  }
}

/* part17 */
.po-part17 {
  padding: 0.7rem 0 0.48rem;
  background: #f9f9f9;
}
.po-layout12{
  margin-top: 0.4rem;
}
.po-layout12 .showbox .item {
  display: none;
  align-items: center;
  background: #f2f2f2;
  justify-content: space-between;
  height: 422px;
  padding-left: 1rem;
  position: relative;
}

.po-layout12 .showbox .item.on {
  display: flex;
}
.po-layout12 .showbox .item .tit {
  font-size: 0.28rem;
  color: #3e3a39;
  line-height: 2;
}
.po-layout12 .showbox .item .txt {
  font-size: var(--font-size-22);
  color: #9fa0a0;
}
.po-layout12 .showbox .item .icons {
  margin: 0 0 5px;
  height: 0.5rem;
}
#model1,
#model2 {
  display: block;
  width: 60%;
  min-height: 420px;
}
.right canvas {
  width: 100% !important;
  height: 420px !important;
}
.po-layout12 .tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.4rem auto 0.45rem;
  border-bottom: 1px solid #9fa0a0;
  width: fit-content;
}
.po-layout12 .tab-box .tabitem {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.po-layout12 .tab-box .tabitem.mar {
  margin-right: 40px;
}
.po-layout12 .tab-box .tabitem span {
  position: relative;
  padding: 10px 0;
  color: #3e3a39;
  font-size: var(--font-size-24);
}
.po-layout12 .tab-box .tabitem span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: #3e3a39;
  transition: all 0.5s;
  transform: translateX(-50%);
  bottom: -1px;
  left: 50%;
}
.po-layout12 .tab-box .tabitem.on span::after,
.po-layout12 .tab-box .tabitem:hover span::after {
  width: 100%;
}
.po-layout12 .po-download {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  padding: 0 30px;
  height: 50px;
  background: #9fa0a0;
  margin: 0 auto;
  width: fit-content;
  font-size: 0.28rem;
  color: #f9f9f9;
}
.po-layout12 .ri-pic{
  margin-right: 15%;
}
@media screen and (max-width: 1000px) {
  .flightxfj-list {
    display: none;
  }
  header.header-white {
    height: 70px;
  }
  .po-layout12 .showbox .item{
    padding: 0.5rem;
    flex-direction: column;
    height: auto;
  }
  #model1, #model2{
    order: -1;
    width: 100%;
    min-height: 360px;
  }
  .right canvas{
    width: 100%;
    height: auto;
  }
  .po-layout12 .showbox .left{
    align-self: self-start;
  }
  .po-layout12 .showbox .item .tit{
    font-size: 16px;
  }
  .po-layout12 .showbox .item .txt{
    font-size: 14px;
  }
  .po-layout12 .tab-box .tabitem span{
    font-size: 20px;
  }
  .po-layout12 .po-download{
    font-size: 20px;
    height: 46px;
  }
}

.jindu-con {
  width: 300px;
  height: 10px;
  border-radius: 50px;
  background-color: white;
  margin-top: 10px;
  overflow: hidden;
}
#jindu {
  height: inherit;
  background-color: #007bff;
  width: 0;
}
#jindu-text-con {
  width: 300px;
  position: absolute;
  left:35%;
  right: 0;
  margin: 0 auto;
  top: 50%;
  text-align: center;

  padding: 10px;
}
@media screen and (max-width: 1000px) {
  #jindu-text-con {
    width: 100%;
    position:static;
    display: none;
  }
  .po-layout12 .showbox .item{
    padding: 0px;

  }
  .po-layout12 .showbox .left{
    padding: 0.4rem 0.4rem 10px;
  }
  .po-layout12 .showbox .right {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
  .right canvas {
    height: auto !important;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
}

@media screen and (max-width:1000px){
  .po-part2 .po-imgbox img{
    transform: scale(1);
  }
  .po-part3 .po-imgbox img{
    transform: scale(1);
  }
  .po-part4 .po-imgbox img{
    transform: scale(1);
  }
  .po-part5 .po-imgbox img{
    transform: scale(1);
  }
}






/* new */
.po-part8 {
  padding: 0.9rem 0 1.5rem;
}
.po-part8 .threelist{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  padding: 0 1.06rem;
  margin-top: 0.5rem;
}
.po-part8 .threelist .imgbox img{
  width: 100%;
  max-width: 100%;
  
}
.po-part8 .threelist .imgbox {
  width: 100%;
  max-width: 100%;
}
.po-part8 .threelist .h3{
  color: #3e3a39;
  font-size: 0.28rem;
  font-weight: bold;
}
.po-part8 .threelist .under{
  padding: 0.47rem 20px ;
}
.po-part8 .threelist .h3{
  text-align: center;
  margin-bottom: 0.26rem;
  line-height: 1;
}
.po-part8 .threelist .txt{
  text-align: center;
  font-size: var(--font-size-20);
  color: #9fa0a0;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  
  .po-part8 .threelist{
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
  }

  .po-part8 .threelist{
    padding: 0 5%;
  }
  .po-part8 .threelist .h3{
    font-size: 18px;
  }
  .po-part8 .threelist .under{
    padding: 20px 15px;
  }
  .po-part8 .threelist .txt{
    font-size: 16px;
  }
  .po-part8{
    padding: 50px 0 40px;
  }
}


.po-part18{
  padding: 1.55rem 0 1.6rem;
  background-color: #f9f9f9;
}
.po-part18 .po-layout18{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 0.6rem;
}
.po-part18 .po-layout18 .leimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.po-part18 .po-layout18 .ri-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 0.7rem 0.9rem ;
}
.po-part18 .po-layout18 .ri-box>img{
  max-width: 97px;
}
.po-part18 .po-layout18 .ri-box .tit{
  font-weight: bold;
  color: #000;
  font-size: 28px;
  margin: 0.3rem 0 0.4rem;
  line-height: 1;
}
.po-part18 .po-layout18 .ri-box .txt{
  color: #676767;
  font-size:var(--font-size-20);

  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .po-part18 .po-layout18{
    grid-template-columns: repeat(1,1fr);

  }
  .po-part18 .po-layout18 .ri-box>img{
    width: 70px;
  }
  .po-part18 .po-layout18 .ri-box .txt{
    text-align: center;
  }
}


.popup-video6{
  color: #fff;
  padding: .13rem .29rem;
  background: #D4251F;
  border-radius: .23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  cursor: pointer;
  width: fit-content;
  margin: 0.25rem auto;
}
.popup-video6 img{
  position: relative;
  margin-left: .05rem;
  width: .15rem;

}

.po-video6{
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.po-video6.on{
  display: block;
}
.po-video6 .incenter{
  width:90%;
  max-width: 1000px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.po-video6 .incenter .close6{
  width:30px;
  height:30px;
  border-radius: 50%;
  border: 2px solid #d4251f;
  position: absolute;
  right: 0;
  top:-20px;
  transform: translateY(-100%);
}
.po-video6 .incenter video{
  width: 100%;
  height: auto;
}